Class PrintDialogPT4Impl

java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.ui.impl.PrintDialogPT4Impl
All Implemented Interfaces:
IPCObject, PrintDialogPT4

public class PrintDialogPT4Impl extends IPCObjectImpl implements PrintDialogPT4
Information provided by the PKI file:

    \class PrintDialogPT4
    
    \brief PrintDialogPT4 allows for UI manipulation of the Print Dialog.
    
    \example appWindow().getPrintDialog()
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • setWidgetDisable

      public void setWidgetDisable(String widgetName, boolean bVisible)
      Information provided by the PKI file:
      
          \brief Enables or disables input events to the specified widget.
          
          \param widgetName, name of the widget to enable or disable.
          \param bVisible, true to disable input events to the specified widget, false to enable input events.
          
              
      Specified by:
      setWidgetDisable in interface PrintDialogPT4
      Parameters:
      widgetName - Takes in a parameter of widgetName
      bVisible - Takes in a parameter of bVisible